/*显示点击是哪个字母*/
.showLetter {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #00C7C7;
    text-align: center;
    display: none;
}

/*城市弹层*/
.container {
    width:98%;
    margin:  0 auto;
}

.letter {
    width: auto;
    position: fixed;
    top: .5rem;
    right: .2rem;
    text-align: center;
    height: 100% !important;
}

.letter ul {
    list-style-type: none;
}

.letter ul li a {
    text-decoration: none;
    color: #00C7C7;
    font-size: .24rem;
}

.city {
    width: 94%;
    overflow: hidden;
}

.city-list {
    width: 100%;
}

.city-list .city-letter {
    font-size: 0.34rem;
    display: inline-block;
    padding-top: .3rem;
    color: #000;
    padding-bottom: .1rem;
    border-bottom: 1px solid #e8ecf1;
    width: 100%;
}

.city-list p {
    color: #333333;
    width: 95%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-bottom: 1px solid #e8ecf1;
    cursor: pointer;
    font-size: 0.28rem;
}

.UISelect {
    margin-top: .1rem
}